home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4157 < prev    next >
Encoding:
Text File  |  1996-08-05  |  741 b   |  30 lines

  1. Path: p217.asd.euronet.nl!its
  2. From: its@euronet.nl (it's_b.v.)
  3. Newsgroups: comp.lang.c
  4. Subject: Problem with launching another .EXE-file within application
  5. Date: Fri, 2 Feb 1996 11:02:21
  6. Organization: Euronet Internet
  7. Message-ID: <its.1.000B0A57@euronet.nl>
  8. NNTP-Posting-Host: p217.asd.euronet.nl
  9. Keywords: Launching *.EXE file
  10. X-Newsreader: Trumpet for Windows [Version 1.0 Rev A]
  11.  
  12. I have the following problem :
  13.  
  14. I want to exit my program and after the exit-command start another *.EXE file.
  15. In pseudo-code it looks something like this :
  16.  
  17.  
  18.      main()
  19.        {
  20.           Do_Something;
  21.           exit;
  22.           Start_Another_Exe;
  23.        }
  24.  
  25. If somebody knows the solution, Please let me know
  26. thank you !
  27.  
  28. Ronald van der List
  29. its@euronet.nl
  30.